$(TARGET).vb: $(TARGET).o

$(TARGET).o: $(TARGET).c
	v810-gcc.exe -D__ASM_CODE -Wl,-Map,$(TARGET).map -Wall -fomit-frame-pointer -funit-at-a-time -ftree-ter -ftree-sra -ftree-fre -ftree-dse -ftree-copyrename -ftree-dominator-opts -ftree-ch -ftree-builtin-call-dce -fsplit-wide-types -fmerge-constants -fmerge-constants -fipa-reference -fipa-pure-const -fif-conversion -fif-conversion2 -fguess-branch-probability -fdse -fdefer-pop -fdce -fcprop-registers -fauto-inc-dec -Xassembler -a=$(TARGET).lst -nodefaultlibs -mv810 -Tc:/vbde/gccvb/v810/lib/vb.ld -xc -o $(TARGET).o $(TARGET).c
	v810-objdump -d $(TARGET).o > $(TARGET)_disassembly.txt
	v810-objcopy -S -O binary $(TARGET).o $(TARGET).vb
